home *** CD-ROM | disk | FTP | other *** search
- /* TestSingle.rc
- *
- * Single window application test.
- */
-
-
- /************************************************************************/
- /* */
- /* Menu Resources */
- /* */
- /************************************************************************/
-
- 128 MENU
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&Close", 2
- MENUITEM "&Quit", 3
- END
- POPUP "&Edit"
- BEGIN
- MENUITEM "&Undo", 4
- MENUITEM SEPARATOR
- MENUITEM "Cu&t", 5
- MENUITEM "&Copy", 6
- MENUITEM "&Paste", 7
- MENUITEM "De&lete", 8
- END
- POPUP "&Windows"
- BEGIN
- MENUITEM "&Tile", 9
- MENUITEM "&Cascade", 10
- MENUITEM "&Arrange Icons", 11
- MENUITEM SEPARATOR
- MENUITEM "&Empty" 12
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&About TestMulti...", 1
- END
- END
-
- /************************************************************************/
- /* */
- /* View structure */
- /* */
- /************************************************************************/
-
- 128 VRes test_win.vres
- 129 VRes test2_win.vres
-